Skip to content

🌱 Bump the dependencies group across 1 directory with 45 updates #5607

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 4, 2025

Bumps the dependencies group with 23 updates in the / directory:

Package From To
github.com/aws/amazon-vpc-cni-k8s 1.15.5 1.20.1
github.com/aws/aws-lambda-go 1.41.0 1.49.0
github.com/aws/aws-sdk-go 1.55.7 1.55.8
github.com/aws/aws-sdk-go-v2 1.36.5 1.37.1
github.com/aws/aws-sdk-go-v2/service/ec2 1.233.0 1.239.0
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing 1.29.6 1.30.1
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 1.45.2 1.47.2
github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi 1.26.6 1.27.1
github.com/aws/aws-sdk-go-v2/service/s3 1.53.1 1.85.1
github.com/aws/aws-sdk-go-v2/service/secretsmanager 1.28.6 1.36.1
github.com/aws/aws-sdk-go-v2/service/ssm 1.59.1 1.61.1
github.com/coreos/ignition/v2 2.16.2 2.22.0
github.com/go-logr/logr 1.4.2 1.4.3
github.com/gofrs/flock 0.8.1 0.12.1
github.com/openshift/rosa 1.2.48-rc1 1.2.48
github.com/sergi/go-diff 1.3.1 1.4.0
github.com/spf13/pflag 1.0.6 1.0.7
github.com/zgalor/weberr 0.8.2 0.9.0
sigs.k8s.io/aws-iam-authenticator 0.6.13 0.7.5
sigs.k8s.io/cluster-api 1.10.2 1.10.4
sigs.k8s.io/cluster-api/test 1.10.2 1.10.4
github.com/aws/aws-sdk-go-v2/service/eventbridge 1.39.3 1.42.1
github.com/aws/aws-sdk-go-v2/service/sqs 1.38.8 1.39.1

Updates github.com/aws/amazon-vpc-cni-k8s from 1.15.5 to 1.20.1

Release notes

Sourced from github.com/aws/amazon-vpc-cni-k8s's releases.

v1.20.0

Release Notes

This release introduces multi-NIC support in Amazon VPC-CNI plugin where the plugin can manage all the eligible network cards on the instance and create multi-homed pods based on the annotation. This feature is currently not supported in us-isof-south-1 and us-isof-east-1 regions

What's Changed

  • Feature - Adding support in CNI for managing multiple network interface card on the instance in #3347,#3349
  • Dependency - Bump helm.sh/helm/v3 from 3.18.1 to 3.18.4 in #3346
  • Dependency - Bump aws-dependencies in #3337
  • Improvement - Build CNI plugins from source in #3343
  • Fix - Fix error when Network policy agent GRPC call fails in #3320
  • Fix - Fix race condition when force deleting pod using a security group for pod feature in #3304
  • Improvement - Add latency metrics for ipamd init in #3301

Full Changelog: aws/amazon-vpc-cni-k8s@v1.19.6...v1.20.0

To manually apply this release:

kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.20.0/config/master/aws-k8s-cni.yaml

Note that the following regions use different manifests:

us-gov-east-1:

kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.20.0/config/master/aws-k8s-cni-us-gov-east-1.yaml

us-gov-west-1:

kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.20.0/config/master/aws-k8s-cni-us-gov-west-1.yaml

cn:

kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.20.0/config/master/aws-k8s-cni-cn.yaml

To apply this release using helm:

Follow the installation instructions in https://github.com/aws/amazon-vpc-cni-k8s/blob/v1.20.0/charts/aws-vpc-cni/README.md#installing-the-chart

Verify the update:

... (truncated)

Changelog

Sourced from github.com/aws/amazon-vpc-cni-k8s's changelog.

Changelog

v1.20.0

  • Feature - Adding support in CNI for managing multiple network interface card on the instance in #3347,#3349
  • Dependency - Bump helm.sh/helm/v3 from 3.18.1 to 3.18.4 in #3346
  • Dependency - Bump aws-dependencies in #3337
  • Improvement - Build CNI plugins from source in #3343
  • Fix - Fix error when Network policy agent GRPC call fails in #3320
  • Fix - Fix race condition when force deleting pod using a security group for pod feature in #3304
  • Improvement - Add latency metrics for ipamd init in #3301

v1.19.6

  • Dependency - Bump k8s.io/apimachinery from 0.32.3 to 0.33.0 by @​dependabot in #3279
  • Dependency - Bump golang.org/x/sys from 0.31.0 to 0.32.0 in /test/agent in #3280
  • Fix - fixed integration test script by @​viveksb007 in #3282
  • Fix - Adding CVE fixes and remove pinned dependencies by @​jaydeokar in #3283
  • Dependency - Updating netlink to v1.3.1 by @​jaydeokar in #3286
  • Feature - adding ENABLE_IMDS_ONLY_MODE configuration so ipamd will not interact with EC2 for node init and reconcile by @​bhaoz in #3287

v1.19.5

v1.19.4

v1.19.3

... (truncated)

Commits
  • 4fcc39a Merge pull request #3376 from aws/master
  • e57d177 Merge branch 'release-1.20' into master
  • 03223b6 fixing codecoverage report issue
  • 475d964 Updating static config for older instances and better error handling
  • dd8592b bypassing udev interference by assigning mac address to host side veth (#3354)
  • 4c93424 Bump docker/setup-qemu-action from 3.0.0 to 3.6.0 (#3373)
  • 814ec52 updated README.md (#3371)
  • a430044 Bump the aws-dependencies group with 3 updates (#3366)
  • 8f18a17 Bump google.golang.org/protobuf from 1.36.5 to 1.36.6
  • 643b36d adding manual run option to integration test workflow (#3369)
  • Additional commits viewable in compare view

Updates github.com/aws/aws-lambda-go from 1.41.0 to 1.49.0

Release notes

Sourced from github.com/aws/aws-lambda-go's releases.

v1.49.0

What's Changed

New Contributors

Full Changelog: aws/aws-lambda-go@v1.48.0...v1.49.0

v1.48.0

What's Changed

Full Changelog: aws/aws-lambda-go@v1.47.0...v1.48.0

v1.47.0

What's Changed

Full Changelog: aws/aws-lambda-go@v1.46.0...v1.47.0

v1.46.0

What's Changed

Full Changelog: aws/aws-lambda-go@v1.45.0...v1.46.0

v1.45.0

What's Changed

Full Changelog: aws/aws-lambda-go@v1.44.0...v1.45.0

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go from 1.55.7 to 1.55.8

Release notes

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.55.8 (2025-07-31)

SDK Features

  • Mark the module and all packages as deprecated.
    • This SDK has entered end-of-support.
Commits

Updates github.com/aws/aws-sdk-go-v2 from 1.36.5 to 1.37.1

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.27.11 to 1.29.17

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.17.11 to 1.17.70

Commits

Updates github.com/aws/aws-sdk-go-v2/service/autoscaling from 1.52.4 to 1.54.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ec2 from 1.233.0 to 1.239.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/eks from 1.64.0 to 1.66.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing from 1.29.6 to 1.30.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 from 1.45.2 to 1.47.2

Commits
  • ce842a7 Release 2023-12-01
  • d40f923 Regenerated Clients
  • 3a00ef5 Update API model
  • 1f61a06 fix: correct recognition and zeroing of cache-wrapped AnonymousCredentials (#...
  • 623d430 fix: correct wrapping of errors in authentication workflow (#2403)
  • cb676e7 Release 2023-11-30.2
  • 21db1a2 Regenerated Clients
  • 833655d Update API model
  • fcfb7ac fix: use region overrides in endpoint discovery (#2393)
  • f3ea5b8 Release 2023-11-30
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/service/iam from 1.32.0 to 1.43.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi from 1.26.6 to 1.27.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.53.1 to 1.85.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/secretsmanager from 1.28.6 to 1.36.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ssm from 1.59.1 to 1.61.1

Commits
  • a2b751d Release 2024-09-03
  • e22c249 Regenerated Clients
  • ff0cf6f Update API model
  • 3120376 refactoring of buildQuery to accept a list of maintained headers to l… (#2773)
  • 4ed838e Merge pull request #2768 from bhavya2109sharma/presignedurl-requestpayer-change
  • d4bd42f Merge branch 'main' into presignedurl-requestpayer-change
  • 0353706 Added Changelog
  • 97e2d3f Release 2024-08-30
  • 4cca52b Regenerated Clients
  • c8a5146 Update endpoints model
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/service/sts from 1.28.6 to 1.34.0

Commits

Updates github.com/aws/smithy-go from 1.22.4 to 1.22.5

Changelog

Sourced from github.com/aws/smithy-go's changelog.

Release (2025-07-24)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.22.5
    • Feature: Add HTTP interceptors.

Release (2025-06-16)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.22.4
    • Bug Fix: Fix CBOR serd empty check for string and enum fields
    • Bug Fix: Fix HTTP metrics data race.
    • Bug Fix: Replace usages of deprecated ioutil package.

Release (2025-02-17)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.22.3
  • Dependency Update: Bump minimum Go version to 1.22 per our language support policy.

Release (2025-01-21)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.22.2
    • Bug Fix: Fix HTTP metrics data race.
    • Bug Fix: Replace usages of deprecated ioutil package.

Release (2024-11-15)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.22.1
    • Bug Fix: Fix failure to replace URI path segments when their names overlap.

Release (2024-10-03)

... (truncated)

Commits

Updates github.com/coreos/ignition/v2 from 2.16.2 to 2.22.0

Release notes

Sourced from github.com/coreos/ignition/v2's releases.

v2.22.0

Ignition 2.22.0 (2025-07-08)

Starting with this release, ignition-validate binaries are signed with the Fedora 42 key.

Breaking changes

Features

  • Support Oracle Cloud Infrastructure

Changes

  • Rename ignition.cfg -> 05_ignition.cfg
  • Support setting setuid/setgid/sticky mode bits (3.6.0-exp)
  • Warn if setuid/setgid/sticky mode bits specified (3.4.0 - 3.5.0)
  • Add initial TMT tests and a new workflow to execute tests on PRs

Bug fixes

v2.21.0

Starting with this release, ignition-validate binaries are signed with the Fedora 41 key.

Features

  • Add Azure blob support for fetching ignition configs
  • Add a check for ignition config in vendor-data (proxmoxve)

Bug fixes

  • Add pkey_cca kernel module to detect CEX domain for LUKS encryption

V2.20.0

Features

  • Support partitioning disk with mounted partitions
  • Support Proxmox VE
  • Support gzipped Akamai user_data

Changes

  • The Dracut module now installs partx
  • Mark the 3.5.0 config spec as stable
  • No longer accept configs with version 3.5.0-experimental
  • Create new 3.6.0-experimental config spec from 3.5.0

Bug fixes

  • Fix network race when phoning home on Equinix Metal

... (truncated)

Changelog

Sourced from github.com/coreos/ignition/v2's changelog.

Ignition 2.22.0 (2025-07-08)

Starting with this release, ignition-validate binaries are signed with the Fedora 42 key.

Breaking changes

Features

  • Support Oracle Cloud Infrastructure

Changes

  • Rename ignition.cfg -> 05_ignition.cfg
  • Support setting setuid/setgid/sticky mode bits (3.6.0-exp)
  • Warn if setuid/setgid/sticky mode bits specified (3.4.0 - 3.5.0)
  • Add initial TMT tests and a new workflow to execute tests on PRs

Bug fixes

  • Fix use of setuid/setgid/sticky mode bits

Ignition 2.21.0 (2025-03-13)

Starting with this release, ignition-validate binaries are signed with the Fedora 41 key.

Breaking changes

Features

  • Add Azure blob support for fetching ignition configs
  • Add a check for ignition config in vendor-data (proxmoxve)

Changes

Bug fixes

  • Add pkey_cca kernel module to detect CEX domain for LUKS encryption

Ignition 2.20.0 (2024-10-22)

Features

  • Support partitioning disk with mounted partitions
  • Support Proxmox VE
  • Support gzipped Akamai user_data

Changes

... (truncated)

Commits
  • 687a3e7 Merge pull request #2103 from tlbueno/main
  • 7a20f8e docs/release-notes: update for 2.22.0
  • acc4ce4 Merge pull request #2094 from coreos/dependabot/go_modules/github.com/Azure/a...
  • af64171 build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity
  • 4d1a063 Merge pull request #2089 from alaviss/push-xyxplqqtvqux
  • 1ee9f2a Merge pull request #2092 from coreos/dependabot/go_modules/google.golang.org/...
  • 9bbcf58 Merge pull request #2091 from coreos/dependabot/go_modules/golang.org/x/net-0...
  • f69c25b changelog: add entry for oraclecloud
  • 28bc4ca build(deps): bump google.golang.org/api from 0.235.0 to 0.236.0
  • 0e023bb build(deps): bump golang.org/x/net from 0.40.0 to 0.41.0
  • Additional commits viewable in compare view

Updates github.com/go-logr/logr from 1.4.2 to 1.4.3

Release notes

Sourced from github.com/go-logr/logr's releases.

v1.4.3

Minor release.

What's Changed

New Contributors

Full Changelog: go-logr/logr@v1.4.2...v1.4.3

Commits
  • 38a1c47 build(deps): bump github/codeql-action from 3.28.17 to 3.28.18
  • f08bedd build(deps): bump actions/setup-go from 5.4.0 to 5.5.0
  • 6295e99 build(deps): bump golangci/golangci-lint-action from 7.0.0 to 8.0.0
  • 028840d build(deps): bump github/codeql-action from 3.28.15 to 3.28.17
  • 511e5fa Merge pull request #367 from go-logr/dependabot/github_actions/github/codeql-...
  • d806463 build(deps): bump github/codeql-action from 3.28.13 to 3.28.15

@dependabot dependabot bot added area/dependency Issues or PRs related to dependency changes kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note-none Denotes a PR that doesn't merit a release note. labels Aug 4, 2025
@k8s-ci-robot k8s-ci-robot requested review from Ankitasw and damdo August 4, 2025 14:49
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign neolit123 for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-priority labels Aug 4, 2025
@k8s-ci-robot
Copy link
Contributor

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@k8s-ci-robot k8s-ci-robot added the size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. label Aug 4, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 11, 2025

Dependabot wasn't able to update downloading. Because of this, Dependabot cannot update this pull request.

Bumps the dependencies group with 23 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/amazon-vpc-cni-k8s](https://github.com/aws/amazon-vpc-cni-k8s) | `1.15.5` | `1.20.1` |
| [github.com/aws/aws-lambda-go](https://github.com/aws/aws-lambda-go) | `1.41.0` | `1.49.0` |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.55.7` | `1.55.8` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.36.5` | `1.37.1` |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2) | `1.233.0` | `1.239.0` |
| [github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing](https://github.com/aws/aws-sdk-go-v2) | `1.29.6` | `1.30.1` |
| [github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2](https://github.com/aws/aws-sdk-go-v2) | `1.45.2` | `1.47.2` |
| [github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi](https://github.com/aws/aws-sdk-go-v2) | `1.26.6` | `1.27.1` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.53.1` | `1.85.1` |
| [github.com/aws/aws-sdk-go-v2/service/secretsmanager](https://github.com/aws/aws-sdk-go-v2) | `1.28.6` | `1.36.1` |
| [github.com/aws/aws-sdk-go-v2/service/ssm](https://github.com/aws/aws-sdk-go-v2) | `1.59.1` | `1.61.1` |
| [github.com/coreos/ignition/v2](https://github.com/coreos/ignition) | `2.16.2` | `2.22.0` |
| [github.com/go-logr/logr](https://github.com/go-logr/logr) | `1.4.2` | `1.4.3` |
| [github.com/gofrs/flock](https://github.com/gofrs/flock) | `0.8.1` | `0.12.1` |
| [github.com/openshift/rosa](https://github.com/openshift/rosa) | `1.2.48-rc1` | `1.2.48` |
| [github.com/sergi/go-diff](https://github.com/sergi/go-diff) | `1.3.1` | `1.4.0` |
| [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.6` | `1.0.7` |
| [github.com/zgalor/weberr](https://github.com/zgalor/weberr) | `0.8.2` | `0.9.0` |
| [sigs.k8s.io/aws-iam-authenticator](https://github.com/kubernetes-sigs/aws-iam-authenticator) | `0.6.13` | `0.7.5` |
| [sigs.k8s.io/cluster-api](https://github.com/kubernetes-sigs/cluster-api) | `1.10.2` | `1.10.4` |
| [sigs.k8s.io/cluster-api/test](https://github.com/kubernetes-sigs/cluster-api) | `1.10.2` | `1.10.4` |
| [github.com/aws/aws-sdk-go-v2/service/eventbridge](https://github.com/aws/aws-sdk-go-v2) | `1.39.3` | `1.42.1` |
| [github.com/aws/aws-sdk-go-v2/service/sqs](https://github.com/aws/aws-sdk-go-v2) | `1.38.8` | `1.39.1` |



Updates `github.com/aws/amazon-vpc-cni-k8s` from 1.15.5 to 1.20.1
- [Release notes](https://github.com/aws/amazon-vpc-cni-k8s/releases)
- [Changelog](https://github.com/aws/amazon-vpc-cni-k8s/blob/master/CHANGELOG.md)
- [Commits](aws/amazon-vpc-cni-k8s@v1.15.5...v1.20.1)

Updates `github.com/aws/aws-lambda-go` from 1.41.0 to 1.49.0
- [Release notes](https://github.com/aws/aws-lambda-go/releases)
- [Commits](aws/aws-lambda-go@v1.41.0...v1.49.0)

Updates `github.com/aws/aws-sdk-go` from 1.55.7 to 1.55.8
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG_PENDING.md)
- [Commits](aws/aws-sdk-go@v1.55.7...v1.55.8)

Updates `github.com/aws/aws-sdk-go-v2` from 1.36.5 to 1.37.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.36.5...v1.37.1)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.27.11 to 1.29.17
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@config/v1.27.11...config/v1.29.17)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.11 to 1.17.70
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@config/v1.17.11...credentials/v1.17.70)

Updates `github.com/aws/aws-sdk-go-v2/service/autoscaling` from 1.52.4 to 1.54.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/ssm/v1.52.4...service/s3/v1.54.0)

Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.233.0 to 1.239.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/ec2/v1.233.0...service/ec2/v1.239.0)

Updates `github.com/aws/aws-sdk-go-v2/service/eks` from 1.64.0 to 1.66.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.64.0...service/s3/v1.66.1)

Updates `github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing` from 1.29.6 to 1.30.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@config/v1.29.6...v1.30.1)

Updates `github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2` from 1.45.2 to 1.47.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/rds/v1.45.2...service/s3/v1.47.2)

Updates `github.com/aws/aws-sdk-go-v2/service/iam` from 1.32.0 to 1.43.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.32.0...service/s3/v1.43.0)

Updates `github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi` from 1.26.6 to 1.27.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@config/v1.26.6...v1.27.1)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.53.1 to 1.85.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.53.1...service/s3/v1.85.1)

Updates `github.com/aws/aws-sdk-go-v2/service/secretsmanager` from 1.28.6 to 1.36.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@config/v1.28.6...v1.36.1)

Updates `github.com/aws/aws-sdk-go-v2/service/ssm` from 1.59.1 to 1.61.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/iot/v1.59.1...service/s3/v1.61.1)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.28.6 to 1.34.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@config/v1.28.6...v1.34.0)

Updates `github.com/aws/smithy-go` from 1.22.4 to 1.22.5
- [Release notes](https://github.com/aws/smithy-go/releases)
- [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md)
- [Commits](aws/smithy-go@v1.22.4...v1.22.5)

Updates `github.com/coreos/ignition/v2` from 2.16.2 to 2.22.0
- [Release notes](https://github.com/coreos/ignition/releases)
- [Changelog](https://github.com/coreos/ignition/blob/main/docs/release-notes.md)
- [Commits](coreos/ignition@v2.16.2...v2.22.0)

Updates `github.com/go-logr/logr` from 1.4.2 to 1.4.3
- [Release notes](https://github.com/go-logr/logr/releases)
- [Changelog](https://github.com/go-logr/logr/blob/master/CHANGELOG.md)
- [Commits](go-logr/logr@v1.4.2...v1.4.3)

Updates `github.com/gofrs/flock` from 0.8.1 to 0.12.1
- [Release notes](https://github.com/gofrs/flock/releases)
- [Commits](gofrs/flock@v0.8.1...v0.12.1)

Updates `github.com/onsi/ginkgo/v2` from 2.23.3 to 2.23.4
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.23.3...v2.23.4)

Updates `github.com/onsi/gomega` from 1.36.3 to 1.37.0
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.36.3...v1.37.0)

Updates `github.com/openshift/rosa` from 1.2.48-rc1 to 1.2.48
- [Release notes](https://github.com/openshift/rosa/releases)
- [Changelog](https://github.com/openshift/rosa/blob/master/.goreleaser.yaml)
- [Commits](openshift/rosa@v1.2.48-rc1...v1.2.48)

Updates `github.com/prometheus/client_golang` from 1.19.1 to 1.22.0
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.19.1...v1.22.0)

Updates `github.com/sergi/go-diff` from 1.3.1 to 1.4.0
- [Commits](sergi/go-diff@v1.3.1...v1.4.0)

Updates `github.com/spf13/pflag` from 1.0.6 to 1.0.7
- [Release notes](https://github.com/spf13/pflag/releases)
- [Commits](spf13/pflag@v1.0.6...v1.0.7)

Updates `github.com/zgalor/weberr` from 0.8.2 to 0.9.0
- [Release notes](https://github.com/zgalor/weberr/releases)
- [Commits](openshift-online/weberr@v0.8.2...v0.9.0)

Updates `golang.org/x/crypto` from 0.36.0 to 0.40.0
- [Commits](golang/crypto@v0.36.0...v0.40.0)

Updates `golang.org/x/net` from 0.38.0 to 0.42.0
- [Commits](golang/net@v0.38.0...v0.42.0)

Updates `golang.org/x/text` from 0.23.0 to 0.27.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.23.0...v0.27.0)

Updates `k8s.io/api` from 0.32.3 to 0.33.2
- [Commits](kubernetes/api@v0.32.3...v0.33.2)

Updates `k8s.io/apiextensions-apiserver` from 0.32.3 to 0.33.2
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](kubernetes/apiextensions-apiserver@v0.32.3...v0.33.2)

Updates `k8s.io/apimachinery` from 0.32.3 to 0.33.2
- [Commits](kubernetes/apimachinery@v0.32.3...v0.33.2)

Updates `k8s.io/apiserver` from 0.32.3 to 0.33.2
- [Commits](kubernetes/apiserver@v0.32.3...v0.33.2)

Updates `k8s.io/cli-runtime` from 0.32.3 to 0.33.2
- [Commits](kubernetes/cli-runtime@v0.32.3...v0.33.2)

Updates `k8s.io/client-go` from 0.32.3 to 0.33.2
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.32.3...v0.33.2)

Updates `k8s.io/component-base` from 0.32.3 to 0.33.2
- [Commits](kubernetes/component-base@v0.32.3...v0.33.2)

Updates `k8s.io/kubectl` from 0.32.3 to 0.33.2
- [Commits](kubernetes/kubectl@v0.32.3...v0.33.2)

Updates `sigs.k8s.io/aws-iam-authenticator` from 0.6.13 to 0.7.5
- [Release notes](https://github.com/kubernetes-sigs/aws-iam-authenticator/releases)
- [Changelog](https://github.com/kubernetes-sigs/aws-iam-authenticator/blob/master/docs/RELEASE.md)
- [Commits](kubernetes-sigs/aws-iam-authenticator@v0.6.13...v0.7.5)

Updates `sigs.k8s.io/cluster-api` from 1.10.2 to 1.10.4
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](kubernetes-sigs/cluster-api@v1.10.2...v1.10.4)

Updates `sigs.k8s.io/cluster-api/test` from 1.10.2 to 1.10.4
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](kubernetes-sigs/cluster-api@v1.10.2...v1.10.4)

Updates `sigs.k8s.io/yaml` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/kubernetes-sigs/yaml/releases)
- [Changelog](https://github.com/kubernetes-sigs/yaml/blob/master/RELEASE.md)
- [Commits](kubernetes-sigs/yaml@v1.4.0...v1.5.0)

Updates `github.com/aws/aws-sdk-go-v2/service/eventbridge` from 1.39.3 to 1.42.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/iot/v1.39.3...service/s3/v1.42.1)

Updates `github.com/aws/aws-sdk-go-v2/service/sqs` from 1.38.8 to 1.39.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/iam/v1.38.8...service/ecs/v1.39.1)

---
updated-dependencies:
- dependency-name: github.com/aws/amazon-vpc-cni-k8s
  dependency-version: 1.20.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-lambda-go
  dependency-version: 1.49.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go
  dependency-version: 1.55.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.37.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.29.17
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.17.70
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/autoscaling
  dependency-version: 1.54.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
  dependency-version: 1.239.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/eks
  dependency-version: 1.66.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing
  dependency-version: 1.30.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2
  dependency-version: 1.47.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/iam
  dependency-version: 1.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi
  dependency-version: 1.27.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.85.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/secretsmanager
  dependency-version: 1.36.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ssm
  dependency-version: 1.61.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
  dependency-version: 1.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/smithy-go
  dependency-version: 1.22.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/coreos/ignition/v2
  dependency-version: 2.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/go-logr/logr
  dependency-version: 1.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/gofrs/flock
  dependency-version: 0.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-version: 2.23.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/onsi/gomega
  dependency-version: 1.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/openshift/rosa
  dependency-version: 1.2.48
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/prometheus/client_golang
  dependency-version: 1.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/sergi/go-diff
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/spf13/pflag
  dependency-version: 1.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/zgalor/weberr
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/crypto
  dependency-version: 0.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/net
  dependency-version: 0.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/text
  dependency-version: 0.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: k8s.io/api
  dependency-version: 0.33.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: k8s.io/apiextensions-apiserver
  dependency-version: 0.33.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.33.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: k8s.io/apiserver
  dependency-version: 0.33.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: k8s.io/cli-runtime
  dependency-version: 0.33.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: k8s.io/client-go
  dependency-version: 0.33.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: k8s.io/component-base
  dependency-version: 0.33.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: k8s.io/kubectl
  dependency-version: 0.33.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sigs.k8s.io/aws-iam-authenticator
  dependency-version: 0.7.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sigs.k8s.io/cluster-api
  dependency-version: 1.10.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: sigs.k8s.io/cluster-api/test
  dependency-version: 1.10.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: sigs.k8s.io/yaml
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/eventbridge
  dependency-version: 1.42.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sqs
  dependency-version: 1.39.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/dependencies-7de24e13f2 branch from 5e89990 to 3b94a20 Compare August 11, 2025 14:48
@k8s-ci-robot
Copy link
Contributor

@dependabot[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-cluster-api-provider-aws-test 3b94a20 link true /test pull-cluster-api-provider-aws-test
pull-cluster-api-provider-aws-build-docker 3b94a20 link true /test pull-cluster-api-provider-aws-build-docker
pull-cluster-api-provider-aws-e2e-blocking 3b94a20 link true /test pull-cluster-api-provider-aws-e2e-blocking
pull-cluster-api-provider-aws-build 3b94a20 link true /test pull-cluster-api-provider-aws-build
pull-cluster-api-provider-aws-verify 3b94a20 link true /test pull-cluster-api-provider-aws-verify

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependency Issues or PRs related to dependency changes cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. needs-priority ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note-none Denotes a PR that doesn't merit a release note. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant